]> git.r.bdr.sh - rbdr/Flat-Bezel.qsplugin/blob - Flat Bezel/FlatBezelSearchObjectView.swift
Use an SF Symbol for the arrow
[rbdr/Flat-Bezel.qsplugin] / Flat Bezel / FlatBezelSearchObjectView.swift
1 //
2 // SearchObjectView.swift
3 // Flat Bezel
4 //
5 // Created by Ruben Beltran del Rio on 2/8/23.
6 // Copyright © 2023 BRNBW. All rights reserved.
7 //
8 /*
9 import Foundation
10
11 class FlatBezelSearchObjectView: QSSearchObjectView {
12 static func cellClass() -> AnyClass {
13 return FlatBezelObjectCell.self
14 }
15 }
16 */